Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.social.workspace.gadgets.library.theme--resources

This contribution is part of XML component org.nuxeo.ecm.social.workspace.gadgets.library.theme inside nuxeo-social-workspace-gadgets-library-5.8.jar

Extension Point

Extension point resources of component ThemeService.

Contributed Items

  • <resource name="gadget-library.css">
          <path>css/opensocial/gadgets/library.css</path>
        </resource>
  • <resource name="gadget-library.js">
          <path>scripts/opensocial/gadgets/library.js</path>
        </resource>

XML Source

<extension point="resources" target="org.nuxeo.theme.services.ThemeService">
    <!-- CSS -->
    <!-- Gadgets CSS -->
    <resource name="gadget-library.css">
      <path>css/opensocial/gadgets/library.css</path>
    </resource>

    <!-- Gadgets JS -->
    <resource name="gadget-library.js">
      <path>scripts/opensocial/gadgets/library.js</path>
    </resource>
  </extension>